Install IIS and .NET on the Keyfactor Command Server
Internet Information Services (IIS) and .NET 4.7.2 or greater must be installed on the Keyfactor Command server(s) prior to installation of the Keyfactor Command software.
IIS is a standard Windows role added through the Windows Server Manager tool and .NET is a standard Windows feature added through the Windows Server Manager tool. You may need to update to .NET 4.7.2 or greater with a downloadable update package or through Windows update.
To verify the version of .NET installed, either:
-
Open the Registry Editor:
regedit -
Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full - Validate that the Release attribute value indicates a version of .NET Framework that is 4.7.2 or higher is installed, as shown in Table 852: .NET Framework Release Values.
Or:
-
Open a command prompt or PowerShell window and type the following command:
reg query "HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full" - Validate that the Release attribute value indicates a version of .NET Framework that is 4.7.2 or higher is installed, as shown in Table 852: .NET Framework Release Values.
Table 852: .NET Framework Release Values
.NET Framework |
Release Value (Decimal) |
Release Value (Hexadecimal) |
---|---|---|
.NET Framework 4.6.2 | 394802 or 394806 | 60632 or 60636 |
.NET Framework 4.7 | 460805 | 70805 |
.NET Framework 4.7.1 | 461308 or 461310 | 709FC or 709FE |
.NET Framework 4.7.2 | 461808 or 461814 | 70BF0 or 70BF6 |
.NET Framework 4.8 | 528040, 528049, 528372, or 528449 | 8oEA8, 80EB1, 80FF4, 81041 |